Paged Query
Creates a new PagedQuery for the reified entity type T.
val customers = PagedQuery<Customer>()
stormify.attach(customers)Content copied to clipboard
Creates a new PagedQuery for the reified entity type T.
val customers = PagedQuery<Customer>()
stormify.attach(customers)